FocusOn
@Serializable
Options that change the behaviour of MPICamera.focusOn
Constructors
Link copied to clipboard
constructor( changeZoom: Boolean? = null, minZoom: Double? = null, rotation: Double? = null, tilt: Double? = null, padding: MPIOptions.CameraPadding? = null, duration: Double? = null, easing: MPIOptions.EASING_MODE? = null)
Properties
Link copied to clipboard
Whether the current zoom level should be changed to better place the targets in view.
Link copied to clipboard
Mode for easing in and out of the focus on animation.
Link copied to clipboard
The minimum zoom level the camera is allowed to change to when focusing on targets. Useful to prevent the camera from zooming in too far if the target is a single MPINavigatable.MPINode or MPIMap.MPICoordinate.
Link copied to clipboard
Specify a safe area of the screen only that applies only to this focusOn call.